DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / RowUnhighlighted Method

In This Topic
    RowUnhighlighted Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub RowUnhighlighted( _
       ByVal tableView As UIKit.UITableView, _
       ByVal rowIndexPath As Foundation.NSIndexPath _
    ) 
    public virtual void RowUnhighlighted( 
       UIKit.UITableView tableView,
       Foundation.NSIndexPath rowIndexPath
    )

    Parameters

    tableView
    rowIndexPath
    See Also